runtime.addrRanges.totalBytes (field)
9 uses
runtime (current package)
mranges.go#L248: totalBytes uintptr
mranges.go#L260: a.totalBytes = 0
mranges.go#L396: a.totalBytes += r.size()
mranges.go#L411: a.totalBytes -= nBytes
mranges.go#L415: a.totalBytes -= size
mranges.go#L425: a.totalBytes = 0
mranges.go#L444: a.totalBytes -= removed
mranges.go#L458: b.totalBytes = a.totalBytes
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |